ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree<T> Class
Members

In This Topic
    DataTree<T> Class
    In This Topic
    Defines data tree result structures.
    Object Model
    DataTree<T> Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class DataTree(Of T) 
    public static class DataTree<T> 
    Type Parameters
    T
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Enterprise.Data.DataEngine.DataTree<T>

    See Also